Authentication Providers

  • A struct representing a user API key as returned by the Stitch server.

    See more

    Declaration

    Swift

    public struct UserAPIKey : Decodable
  • A protocol defining methods for creating, updating, and deleting the user API keys of a Stitch user.

    See more

    Declaration

    Swift

    public protocol UserAPIKeyAuthProviderClient
  • Global factory const which can be used to create a UserAPIKeyAuthProviderClient with a StitchAuth. Pass this into StitchAuth.providerClient(fromFactory:) to get aUserAPIKeyAuthProviderClient`.

    Declaration

    Swift

    public let userAPIKeyClientFactory: UserAPIKeyClientFactory